what is focus state in css

34

/* Selects any <input> when focused */
input:focus {
  color: red;
}

Comments

Submit
0 Comments